home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7.40 / PC Gamer Disc 7.40 (May 2004).BIN / Data / items.pcg / scripts / DefineButton2_299 / BUTTONCONDACTION on(press).as < prev    next >
Text File  |  2004-02-26  |  101b  |  8 lines

  1. on(press){
  2.    tellTarget("downControl")
  3.    {
  4.       gotoAndStop("start");
  5.       play();
  6.    }
  7. }
  8.